LoadTable(DataRow[]) Method
In This Topic
Loads data into the table from the specified array of data rows.
Syntax
|
|---|
'Declaration
Public Overloads Sub LoadTable( _
ByVal () As DataRow _
) |
Parameters
- rows
- The array of data rows to load into target table.
See Also